object Form1: TForm1 Left = 318 Top = 208 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Multi-I/O Configuration Utility ' ClientHeight = 145 ClientWidth = 373 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SunixPageControl: TPageControl Left = 0 Top = 0 Width = 373 Height = 145 ActivePage = About Align = alClient TabOrder = 0 object PCISerial: TTabSheet Caption = 'PCI/ISA Serial Ports' object Bevel1: TBevel Left = 0 Top = 0 Width = 365 Height = 117 Align = alClient end object Label1: TLabel Left = 100 Top = 12 Width = 81 Height = 13 Caption = 'Select serial port ' end object ComboBox1: TComboBox Left = 100 Top = 36 Width = 165 Height = 21 Style = csDropDownList ImeName = '�s�`��' ItemHeight = 0 TabOrder = 0 end object Button2: TButton Left = 192 Top = 70 Width = 75 Height = 25 Caption = 'Close' TabOrder = 1 OnClick = Button2Click end object Button1: TButton Left = 100 Top = 70 Width = 75 Height = 25 Caption = 'Setup' TabOrder = 2 OnClick = Button1Click end end object PCIParallel: TTabSheet Caption = 'PCI Parallel Ports' OnShow = PCIParallelShow object Bevel2: TBevel Left = 0 Top = 0 Width = 365 Height = 117 Align = alClient end object CB_ONBOARD_LIST: TLabel Left = 80 Top = 56 Width = 204 Height = 13 Caption = '(When remap, the M/B LPT will be the last)' end object CB_ReMap278: TCheckBox Left = 84 Top = 16 Width = 189 Height = 17 Caption = 'Remap to legacy 0x278 I/O ports' TabOrder = 0 end object Ok: TButton Left = 84 Top = 80 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = OkClick end object Cancel: TButton Left = 192 Top = 80 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = CancelClick end object CB_ReMap378: TCheckBox Left = 84 Top = 32 Width = 189 Height = 17 Caption = 'Remap to legacy 0x378 I/O ports' TabOrder = 3 end end object ISASetup: TTabSheet Caption = 'ISA Multi-I/O Setup' object Bevel3: TBevel Left = 0 Top = 0 Width = 365 Height = 117 Align = alClient end object SelectRow: TLabel Left = 92 Top = 128 Width = 52 Height = 13 Caption = 'SelectRow' end object Label7: TLabel Left = 60 Top = 128 Width = 22 Height = 13 Caption = 'Row' end object SG_ISAProducts: TStringGrid Left = 5 Top = 9 Width = 290 Height = 100 ColCount = 2 DefaultColWidth = 150 DefaultRowHeight = 18 FixedCols = 0 RowCount = 33 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect] ScrollBars = ssVertical TabOrder = 0 OnSelectCell = SG_ISAProductsSelectCell end object B_ISAAdd: TButton Left = 300 Top = 4 Width = 60 Height = 25 Caption = 'Add' TabOrder = 1 OnClick = B_ISAAddClick end object B_ISASetup: TButton Left = 300 Top = 60 Width = 60 Height = 25 Caption = 'Setup' TabOrder = 2 OnClick = B_ISASetupClick end object B_ISADelete: TButton Left = 300 Top = 32 Width = 60 Height = 25 Caption = 'Delete' TabOrder = 3 OnClick = B_ISADeleteClick end object B_ISAOk: TButton Left = 300 Top = 88 Width = 60 Height = 25 Caption = 'Ok' TabOrder = 4 OnClick = B_ISAOkClick end end object About: TTabSheet Caption = 'About' object Bevel4: TBevel Left = 0 Top = 0 Width = 365 Height = 117 Align = alClient end object Label2: TLabel Left = 112 Top = 20 Width = 131 Height = 13 Caption = 'Multi-I/O Card Configuration' end object Label3: TLabel Left = 144 Top = 36 Width = 62 Height = 13 Caption = 'Version: 5.50' end object Label4: TLabel Left = 100 Top = 68 Width = 164 Height = 13 Caption = '(c) Copyright 2001. Sunix Co., Ltd. ' end object Label5: TLabel Left = 100 Top = 88 Width = 70 Height = 13 Caption = 'Last Revision: ' end object FinalDate: TLabel Left = 176 Top = 88 Width = 45 Height = 13 Caption = 'FinalDate' end end end object ClickTimer: TTimer OnTimer = ClickTimerTimer Top = 112 end end